kotlin-stdlib
Native
kotlin-stdlib
/
kotlin.collections
/
[Native]setOf
set
Of
Native
fun
<
T
>
setOf
(
element
:
T
)
:
Set
<
T
>
Content copied to clipboard
Returns an immutable set containing only the specified object
element
.